Overload | Description |
---|---|
SatisfyRespectively(Action<T>[]) | Asserts that a collection contains exactly a given number of elements, which meet the criteria provided by the element inspectors. |
SatisfyRespectively(IEnumerable<Action<T>>,String,Object[]) | Asserts that a collection contains exactly a given number of elements, which meet the criteria provided by the element inspectors. |